Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minecraft Sample docs #420

Merged
merged 5 commits into from
Sep 29, 2022
Merged

Minecraft Sample docs #420

merged 5 commits into from
Sep 29, 2022

Conversation

rnjohn
Copy link
Contributor

@rnjohn rnjohn commented Sep 28, 2022

This PR aims to add a documentation to start a Minecraft Java Edition server using Thundernetes. A sample.yaml file was created to be applied to the kubernetes cluster and also there is instructions on how to do so.

@ghost
Copy link

ghost commented Sep 28, 2022

CLA assistant check
All CLA requirements met.


Check the [quickstart](https://github.com/PlayFab/thundernetes/blob/main/docs/quickstart.md) on how to run the Minecraft sample on thundernetes.

This image is based on the itzg/minecraft-server docker image, but modified to initiate the server with the GSDK wrapper, since Minecraft is not an OSS. The modified dockerfile can be found [here](https://github.com/rnjohn/docker-minecraft-server-gsdk).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker

Can we link to itzg/minecraft-server repository and maybe add some details on how it's working, what version of Minecraft it's based on etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, I added more info in the README, let me know if it's alright

template:
spec:
containers:
- image: rnjohn/minecraft-server-test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image should be tagged. Is this on Docker Hub? It would be better if the registry is explicit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the image is on Docker Hub, I added the latest tag

title: Minecraft sample
parent: Samples
grand_parent: Quickstart
nav_order: 2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's have this as "3" so it's listed below .NET Core sample and OpenArena

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -0,0 +1,7 @@
# Minecraft GSDK sample for thundernetes

Check the [quickstart](https://github.com/PlayFab/thundernetes/blob/main/docs/quickstart.md) on how to run the Minecraft sample on thundernetes.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: please have Thundernetes with a capital "T"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@dgkanatsios dgkanatsios merged commit 10934b3 into PlayFab:main Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants